SleepMode

interface SleepMode : Peripheral

SleepMode peripheral interface

This component allows to configure and activate the drone's sleep mode/wake up feature.

This peripheral can be obtained from a drone using: drone.getPeripheral(SleepMode::class.java)

See also

Drone.getPeripheral

Types

Link copied to clipboard

Outcome of sleep mode activation operation.

Properties

Link copied to clipboard

Sleep mode activation status.

Link copied to clipboard

Setting for configuring the secure wake-up message.

Functions

Link copied to clipboard
abstract fun activate(): Boolean

Activates sleep mode.